css: Add GtkCssTransformValue
authorBenjamin Otte <otte@redhat.com>
Mon, 5 May 2014 12:48:27 +0000 (14:48 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 14 May 2014 02:28:33 +0000 (04:28 +0200)
commit965cd4a9c04719ad0bfe1ae6fd9b179bbba8d595
tree3e69a2e4a35c13b577307ce21403083b681e99f8
parenta56637b33063ee38483ab1d1cfcd815898075150
css: Add GtkCssTransformValue

The value implements the 2D parts of CSS transforms. See
  http://www.w3.org/TR/css3-transforms/
For the specification.

All it does is give us an expressive way to define Cairo matrices (and
their transforms)
gtk/Makefile.am
gtk/gtkcsstransformvalue.c [new file with mode: 0644]
gtk/gtkcsstransformvalueprivate.h [new file with mode: 0644]